func math.trunc

2 uses

	math (current package)
		floor.go#L65: 	return trunc(x)
		floor.go#L68: func trunc(x float64) float64 {